home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / shared / snns / snnsv3_0.z / snnsv3_0 / SNNSv3.0 / examples / snnsbat1.cfb < prev    next >
Text File  |  1993-03-25  |  2KB  |  55 lines

  1. #
  2. Type: SNNSBATCH_1
  3. #
  4. # This is the style for an snnsbat configuration file, type 1.
  5. #
  6. # The following keyword-value combinations may be supplied in any order.
  7. # If a key is given twice, the second appearence is taken.
  8. # Keys that are not required for a special run may be omitted.
  9. # If a key is ommited but required, a default value is assumed.
  10. # The lines may be separated with comments.
  11. #
  12. # Please note the mandatory file type specification at the begining and 
  13. # the colon following the key.
  14. #
  15. #
  16. #                                           Defaults:
  17. #
  18. #     NoOfLearnParam:      <int>                0
  19. #     LearnParam:          [ <float> ]*         0.0
  20. #     NoOfInitParam:       <int>                0
  21. #     InitParam:           [ <float> ]*         0.0
  22. #     NetworkFile:         <string>             ""
  23. #     TrainedNetworkFile:  <string>             ""
  24. #     LearnPatternFile:    <string>             ""
  25. #     TestPatternFile:     <string>             ""
  26. #     ResultFile:          <string>             ""
  27. #     InitFunction:        <string>             ""
  28. #     MaxLearnCycles:      <int>                0
  29. #     MaxErrorToStop:      <float>              0.0
  30. #     Shuffle:             [ YES | NO ]         NO
  31. #     ResultMinMaxPattern: <int><int>           0 0
  32. #     ResultIncludeInput:  [ YES | NO ]         NO
  33. #     ResultIncludeOutput: [ YES | NO ]         YES
  34. #
  35. #######################################################################
  36. NetworkFile: /home/SNNSv2.2/examples/letters.net
  37. #
  38. InitFunction: Randomize_Weights
  39. NoOfInitParam: 2
  40. InitParam: -1.0 1.0
  41. #
  42. LearnPatternFile: /home/SNNSv2.2/examples/letters.pat
  43. NoOfLearnParam: 2
  44. LearnParam: 0.8 0.3
  45. MaxLearnCycles: 500
  46. MaxErrorToStop: 0.1
  47. Shuffle: YES
  48. #
  49. TrainedNetworkFile: trained_letters.net
  50. TestPatternFile: /home/SNNSv2.2/examples/test_letters.pat
  51. ResultFile: letters.res
  52. ResultMinMaxPattern: 1 26
  53. ResultIncludeInput: NO
  54. ResultIncludeOutput: YES
  55.